home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / DefineButton2_293 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2008-09-08  |  145 b   |  7 lines

  1. on(release){
  2.    _root.sounds.startsound("buttonDown");
  3.    _global.oGame.level = 1;
  4.    _global.oGame.BGFinal = 0;
  5.    _parent.nextFrame();
  6. }
  7.